home *** CD-ROM | disk | FTP | other *** search
- Path: F180-200.net.wisc.edu!rmhanson
- From: rmhanson@students.wisc.edu (ryan m hanson)
- Newsgroups: comp.lang.c
- Subject: Are libraries Compiler dependent?
- Date: Mon, 15 Jan 1996 22:09:55 GMT
- Organization: University of Wisconsin - Madison
- Message-ID: <rmhanson.82.30FAD0B2@students.wisc.edu>
- NNTP-Posting-Host: f180-200.net.wisc.edu
-
- Just as the title says are libraries dependant?
-
- right now I just use the standard libraries accompaning the compiler, but
- I want to use new functions that I picked up that are in a seperate Lib named
- graph.lib.
-
- I was under the impression that I could take a lib created by a different
- compiler and run it w/ mine....
-
- or do I have to take the seperate *.c files and create my owm w/ its own *.h?
-
- thanx
- ryan
-